Post

Replies

Boosts

Views

Activity

Reply to sceneDepth not working on latest iOS 14 beta update
You need to enable the scene depth semantics first. let config = ARWorldTrackingConfiguration() config.frameSemantics = [.sceneDepth, .smoothedSceneDepth] arSession.run(config)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’22